home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / program / gemxx19.zoo / gem++19 / include / gemfb.h < prev    next >
C/C++ Source or Header  |  1993-04-28  |  769b  |  22 lines

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. //  GEMfeedback
  4. //
  5. //  Communication units between event producers (GEMactivity/GEMform) and
  6. //  event handlers (GEMwindow, GEMkeysink, GEMtimer, GEMobject, etc.)
  7. //
  8. //  This file is Copyright 1992,1993 by Warwick W. Allison.
  9. //  This file is part of the gem++ library.
  10. //  You are free to copy and modify these sources, provided you acknowledge
  11. //  the origin by retaining this notice, and adhere to the conditions
  12. //  described in the file COPYING.LIB.
  13. //
  14. /////////////////////////////////////////////////////////////////////////////
  15.  
  16. #ifndef GEMFeedback_h
  17. #define GEMFeedback_h
  18.  
  19. enum GEMfeedback { EndInteraction, ContinueInteraction, RedrawMe, RedrawMyParent, IgnoredClick };
  20.  
  21. #endif
  22.